Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / C1.C1Schedule Namespace / C1ObservableKeyedCollection<TKey,TItem> Class / InsertItem Method

In This Topic
    InsertItem Method (C1ObservableKeyedCollection<TKey,TItem>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub InsertItem( _
       ByVal index As System.Integer, _
       ByVal item As TItem _
    ) 
    protected override void InsertItem( 
       System.int index,
       TItem item
    )

    Parameters

    index
    item
    See Also